home *** CD-ROM | disk | FTP | other *** search
/ Venus 7000 / darktronics.iso / Software / Service Packs / Win2kSP4.exe / i386 / ia / netwlbsm.in_ / netwlbsm.inf
Encoding:
Windows Setup INFormation  |  2003-06-19  |  1.2 KB  |  53 lines

  1. ; -- NETWLBSM.INX --
  2. ;
  3. ; Windows Load Balancing Filter Device
  4. ;
  5. ; Copyright (c) 1998-1999, Microsoft Corporation
  6.  
  7. [Version]
  8. signature  = "$Windows NT$"
  9. Class      = Net
  10. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  11. Provider   = %Msft%
  12. LayoutFile = layout.inf
  13. DriverVer=03/03/2003,5.00.2195.6675
  14.  
  15. [ControlFlags]
  16. ExcludeFromSelect = ms_wlbsmp
  17.  
  18. [Manufacturer]
  19. %Msft% = MSFT
  20.  
  21. [MSFT]
  22. %WLBSMP_Desc% = WLBSMP.ndi, ms_wlbsmp
  23.  
  24. [WLBSMP.ndi]
  25. Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
  26.  
  27. [WLBSMP.ndi.Services]
  28. AddService = WLBS, 2, WLBSMP.AddService, WLBSMP.AddEventLog
  29.  
  30. [WLBSMP.AddService]
  31. DisplayName    = %WLBS_Desc%
  32. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  33. StartType      = 3 ;SERVICE_DEMAND_START
  34. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  35. ServiceBinary  = %12%\wlbs.sys
  36. LoadOrderGroup = PNP_TDI
  37. Description    = %WLBS_Desc%
  38.  
  39. [WLBSMP.AddEventLog]
  40. AddReg = WLBSMP.AddEventLog.AddReg
  41.  
  42. [WLBSMP.AddEventLog.AddReg]
  43. HKR, , EventMessageFile, 0x20000, "%%SystemRoot%%\System32\drivers\wlbs.sys;%%SystemRoot%%\System32\netevent.dll"
  44. HKR, , TypesSupported,   0x10001, 7
  45.  
  46.  
  47. [Strings]
  48. Msft = "Microsoft"
  49.  
  50. WLBS_Desc   = "Network Load Balancing"
  51. WLBSMP_Desc = "Network Load Balancing Filter Device"
  52.  
  53.